home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 98 / PC CD Review 98.iso / PCR98b.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1999-07-13  |  188 b   |  12 lines

  1. on mouseEnter me
  2.   set the visible of sprite (the currentSpriteNum - 1) to 1
  3. end
  4.  
  5. on mouseLeave me
  6.   set the visible of sprite (the currentSpriteNum - 1) to 0
  7. end
  8.  
  9. on mouseUp
  10.   halt()
  11. end
  12.